/* 
---------  Main CSS  ---------
Site: avtopribor |
Date: 21/04/2004
Author: Kamil R. Kashaev (kashaev.com)
---------    css file    ---------
 */ 

A:link,A:visited	{color:#006666; text-decoration:underline;  	font-family: Tahoma, Arial, Helvetica, sans-serif;  font-weight:bold}
A:hover,A:active	{color:#006666; text-decoration: none;} 

/* Общие */	
body {
	margin:0; padding:0;
	margin-top:0px;
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	background: #F5F5F5 url(../images/background.gif) left repeat-y;
	}  

td { /*vertical-align: top; */ 	font: 11px  Verdana, Arial, Helvetica, sans-serif; 	color: #333333;	 }  

img {border-width: 0;}  

/* Контент */	
#content table { border-collapse: collapse; margin:5px; vertical-align: top;  width: 95%; } 
#content td { padding: 10px;}  

 
/* Новости */	
#news table { border-collapse: collapse; margin:0px; vertical-align: top;  width: 100%; } 
#news td { padding: 7px; vertical-align: top; border: 1px solid #EAEAEA;}  

/* ПРодукты */	
#products table { border-collapse: collapse; 1px solid #EAEAEA; width:100%; } 
#products td { border: 1px solid #EAEAEA; padding: 7px; }  


/* Нижний блок с копирайтами */	
#copyright table { border-collapse: collapse; border: 1px solid #006666; width:100%; height:50px;} 
#copyright td { border: 1px none #006666; padding: 10px; background-color: #F5F5F5;} 

/* Параграф */	
p { 
	font-family:verdana, arial, sans-serif;	
	color: #333333;	 
	font-size: 11px; 	
	line-height: 1.3;	 
	text-indent: 15px;	
	padding:0px; 
	margin:0px; 
} 

/* Заголовки */	
h1 { 
	font-size:17px; 
	font-weight: bold; 
	letter-spacing:-1px; 
	color: #714426; 
	padding-bottom: 5px; 
	margin-bottom:5px; 
	text-indent: 25px;  
	border-bottom: 1px solid #DAE4E4;
}  

h2 { 
	font-size:14px; 
	font-weight: bold; 
	letter-spacing:0px; 
	color: #714426; 
	padding-bottom: 0px; 
	margin:0px;
	margin-bottom:5px;   
	text-indent: 25px;  
	border-bottom: 0px solid #DAE4E4;
}

h3 { 
	font-size:11px; 
	font-weight: bold; 
	letter-spacing:0px; 
	color: #714426; 
	padding-bottom: 5px; 
	margin:0px;
	margin-bottom:5px;   
	text-indent: 25px;  
	border-bottom: 0px solid #DAE4E4;
} 

#color1 { color:#AA0000}
#color2 { color:#CC9900	}



.c1 {color: #333333;	 font-size: 11px; 	line-height: 1.3;	 text-indent: 0px;	background-color:#F5F5F5; } 
.c2 {	color: #333333;	 font-size: 11px; 	line-height: 1.3;	 text-indent: 0px;	background-color:#E1E1E1;} 

/* Cтрочное поле */	
input,  select, option {
	color: #595941;
	background-color: #F7F8FB;
	border: 1px solid #7083AB;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

/* Многострочное поле */	
textarea {
	color: #595941;
	background-color: #F7F8FB;
	border: 1px solid #7083AB;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

/* Кнопка */
input.button {
	cursor: hand;
	font-weight: bold;
	color: #F7F8FB;
	background-color: #006666;

	}


/* Списки */	
ul {
	text-align: left;
	margin: 0px;
	margin-left: 50px;
	list-style: square; 
	
}
ol {
	list-style : inside;
	list-style: square; 
	text-indent : 2px;
}
li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	list-style: square; 
}

/* Линия */	
hr {
	background : #E5EFEF;
	border-top : 1px solid #E5EFEF;
	color : #E5EFEF;
	margin:5px;
} 


/* Классы */	

#menu {
	/*height: 35px;*/
	width:100%
	padding: 0;
	color: #996666;
	background-color: #F5F5F5;
/*	font-size: 75%;  */
	font: 11px Tahoma, Arial, Helvetica, sans-serif; 
	} 

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0px;
	}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	width:18%;
	text-align:center;
	}

#menu li a {
	display: block;
	margin:0;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	color: #006666;
	background: #F5F5F5 url(../images/menu_bord.gif) no-repeat right;
	text-decoration: none;

} 

#menu li a:hover {
	display: block;
	margin:0;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	color: #AA6600;
	background: #E5EFEF url(../images/menu_bord.gif) no-repeat right;
	text-decoration: none;
} 

div.news-content {padding:10px; border-bottom: 1px solid #E5E5E5; border-right: 2px dotted #E5E5E5;}
.news-body {background: #FFFFFF}

p.news { text-indent: 0px;  }
p.menu {  text-indent: 0px; color:#FFFFFF;  font-size: 10px; }
A.menu:link, A.menu:visited	{color:#FFFFFF; 	font-size: 10px;}
A.menu:hover, A.menu:active	{color:#FFFFFF;} 
